home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / GestionFichiers / FBackup / fbsetup.exe / {app} / Plugins / MyDocuments.xml next >
Extensible Markup Language  |  2010-02-08  |  1KB  |  30 lines

  1. <?xml version="1.0"?>
  2. <b4asource version="1.0">
  3.     <!-- Program unique ID (GUID) -->
  4.     <id>{28CB284C-E716-4EBB-88C7-3F391729A603}</id>
  5.     <!-- Program name -->
  6.     <name>My Documents</name>
  7.     <!-- Minimum and maximum versions for which the backup was tested-->
  8.     <minversion>0</minversion>
  9.     <maxversion>0</maxversion>
  10.     <!-- Information about the plugin author -->
  11.     <author>
  12.         <name>Softland</name>
  13.         <email>support@backup4all.com</email>
  14.         <website>http://www.backup4all.com</website>
  15.     </author>
  16.     <!-- Variables used in the XML file -->
  17.     <variables>
  18.         <!-- If type="reg" then the value will be read from the registry-->    
  19.             <variable name="mydocs" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
  20.     </variables>
  21.     <!-- The backup sources-->
  22.     <sources>
  23.         <!-- Each source is a tag in the Source/Explore view in Backup4all-->
  24.          <source name="My Documents">
  25.               <folder>#mydocs#</folder>
  26.           </source>
  27.     </sources>
  28. </b4asource>
  29.  
  30.